home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / J-M / MH Power Scripts v1.3.cpt / MH Power Scripts v1.3 / card_6494.txt < prev    next >
Text File  |  1989-02-26  |  4KB  |  188 lines

  1. -- card: 6494 from stack: in.3
  2. -- bmap block id: 7764
  3. -- flags: 0000
  4. -- background id: 6157
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=8 top=27 right=299 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=7 top=27 right=299 bottom=504
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: New Button
  34.  
  35.  
  36. -- part 1 (field)
  37. -- low flags: 00
  38. -- high flags: 4002
  39. -- rect: left=162 top=41 right=138 bottom=468
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: item1
  48.  
  49.  
  50. -- part 2 (field)
  51. -- low flags: 00
  52. -- high flags: 4002
  53. -- rect: left=12 top=181 right=198 bottom=494
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: item2
  62.  
  63.  
  64. -- part 3 (field)
  65. -- low flags: 00
  66. -- high flags: 4002
  67. -- rect: left=14 top=227 right=292 bottom=494
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: item3
  76.  
  77.  
  78. -- part 4 (button)
  79. -- low flags: 00
  80. -- high flags: A003
  81. -- rect: left=184 top=308 right=336 bottom=329
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Print Registration
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.  
  93.   put card field "Item1" into item1
  94.   put card field "Item2" into item2
  95.   put card field "Item3" into item3
  96.  
  97.   if item1 is empty or item2 is empty or item3 is empty then
  98.     beep
  99.     answer "Please answer all of the information first!"
  100.     exit mouseUp
  101.   end if
  102.  
  103.   set lockscreen to true
  104.   go to card two of background "Reg Print"
  105.   put PersonalAddress into card field "Reg"
  106.   put item1 & Return & Return & item2 & Return & Return & item3 into card field "Items"
  107.   set lockscreen to true
  108.   go to card 1 of background "Reg Print"
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 7 (field)
  114. -- low flags: 01
  115. -- high flags: 0001
  116. -- rect: left=5 top=41 right=138 bottom=161
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 65535
  120. -- font id: 3
  121. -- text size: 12
  122. -- style flags: 256
  123. -- line height: 16
  124. -- part name: item1
  125.  
  126.  
  127. -- part 8 (field)
  128. -- low flags: 01
  129. -- high flags: 0001
  130. -- rect: left=12 top=164 right=181 bottom=494
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 3
  135. -- text size: 12
  136. -- style flags: 256
  137. -- line height: 16
  138. -- part name: item2
  139.  
  140.  
  141. -- part 9 (field)
  142. -- low flags: 01
  143. -- high flags: 0001
  144. -- rect: left=12 top=209 right=226 bottom=494
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 3
  149. -- text size: 12
  150. -- style flags: 256
  151. -- line height: 16
  152. -- part name: item2
  153.  
  154.  
  155. -- part 10 (field)
  156. -- low flags: 01
  157. -- high flags: 0000
  158. -- rect: left=47 top=6 right=41 bottom=482
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 1
  162. -- font id: 3
  163. -- text size: 24
  164. -- style flags: 1792
  165. -- line height: 32
  166. -- part name: 
  167.  
  168.  
  169. -- part contents for card part 7
  170. ----- text -----
  171. Name
  172. Company
  173. Address
  174. City, State, Zip
  175. Phone Number
  176. Program Version #
  177.  
  178. -- part contents for card part 9
  179. ----- text -----
  180. Where did you hear about this product / Comments?
  181.  
  182. -- part contents for card part 10
  183. ----- text -----
  184. Registration
  185.  
  186. -- part contents for card part 8
  187. ----- text -----
  188. Registration Number on the diskette / Received from?